Skip to content

2.0.0

Compare
Choose a tag to compare
@danbucholtz danbucholtz released this 03 Mar 14:47
· 148 commits to main since this release

Moved to NgModule to resolve dependency injection issue.

Update Steps:

  • Run npm install @ionic/storage@2.0.0 --save --save-exact
  • Remove Storage from your providers in app.module.ts
  • import { IonicStorageModule } from '@ionic/storage' instead of import { IonicStorage } from '@ionic/storage' in app.module.ts
  • Add IonicStorageModule.forRoot() to the imports array in app.module.ts